home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 101-125 / scopedisk102 / hamsharp / hamsharp.doc < prev    next >
Text File  |  1995-03-19  |  2KB  |  74 lines

  1.  
  2.         HAMSHARP 1.4
  3.         ------------
  4.  
  5. Copyright (C) 1989 by Ken C.M. Lau.
  6. Permission to use, copy, and distribute this software and its
  7. documentation for any purpose and without fee is hereby granted.
  8.  
  9. This Amiga program converts GIF files to IFF files (using HAM if required).
  10. It takes a while to run (typically 3 minutes) but produces HAM images with
  11. few colour errors. It is also useful for showing full PAL pictures when
  12. used in conjunction with PAL-capable IFF viewers.
  13.  
  14. It is invoked from the CLI with the following command:
  15.  
  16.    hamsharp [source_file] [destination_file] [options]
  17.  
  18. MS-DOS style wildcards (*) are allowed in the source and destination
  19. filenames. The options are:
  20.  
  21. -b#   Disk buffer size (# ranges from 1 to 32767, default 16384).
  22. -c    IFF Compression off.
  23. -d    Distribute colours. Try this for some digitized pictures etc.
  24. -e    Edge enhancement. Try this for diagrams and ray-traced pictures etc.
  25.       The -d and -e options are opposites. Default is -e.
  26. -f    Fix filenote indicating image error.
  27. -h    HAM-only conversions. Skip non-HAM files.
  28. -s#   Line step size. Use with -e option only.
  29.       (# ranges from 1 to 4. Default is 2. Larger values gives faster
  30.       processing at the expense of accuracy).
  31. -u    Update. Skip files whose destination already exists.
  32.  
  33. To stop the program at any time, press ctrl-C <return>.
  34.  
  35. Examples
  36. --------
  37. hamsharp  src.gif  dst.iff
  38.    Converts a single file.
  39.  
  40. hamsharp  df1:*.gif  *.iff  -b32000  -h  -s4
  41.    Converts a batch of HAM files quickly from drive 1 to the current
  42.    directory.
  43.  
  44. hamsharp  src.gif  dst.gif  -d
  45.    Converts a file using the alternative algorithm.
  46.  
  47. Changes from 1.0 to 1.2
  48. -----------------------
  49. - Fixed minor bug in header of non-HAM IFF files.
  50. - Fixed bug allowing IFF files with an odd number of bytes.
  51. - Implemented batch mode facility.
  52. - Implemented -h option to skip non-HAM files.
  53.  
  54. Changes from 1.2 to 1.3
  55. -----------------------
  56. - Fixed incorrect body length parameter in IFF files larger than 64K.
  57. - Added buffering for faster writing to floppies.
  58. - Implemented -c no IFF compression option.
  59. - Implemented -f filenote option.
  60. - Implemented -u update option for resuming interrupted conversions.
  61. - Incorporated HAMMER into HAMSHARP. Use -d/-e options to select algorithm.
  62.  
  63. Changes from 1.3 to 1.4
  64. -----------------------
  65. - Slightly improved algorithm results better pictures.
  66.  
  67. Changes from 1.4 to 1.5
  68. -----------------------
  69. - Slightly reduced memory requirements.
  70.  
  71.         - KL, August 89.
  72.  
  73.  
  74.